home *** CD-ROM | disk | FTP | other *** search
/ Business Assistant / Business Assistant.iso / indus / clients / e1.fmt < prev    next >
Text File  |  1985-05-31  |  1KB  |  33 lines

  1. * B:A11.PRG
  2. * ! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  3. @ 1,1 SAY "client name (last, first):"
  4. @ 1,29 GET clientname
  5. @ 2,16 SAY "his street:"
  6. @ 2,29 GET cstreet
  7. @ 3,11 SAY "his city/st/zip:"
  8. @ 3,29 GET ccity_st
  9. @ 4,17 SAY "his phone:"
  10. @ 4,29 GET cphone
  11. @ 5,11 SAY "alternate phone:"
  12. @ 5,29 GET altphone
  13. @ 7,9 SAY "who do we contact:"
  14. @ 7,29 GET contact
  15. @ 8,11 SAY "(last, first)"
  16. @ 10,15 SAY "file number:"
  17. @ 10,29 GET file_nmbr
  18. @ 11,17 SAY "reference:"
  19. @ 11,29 GET reference
  20. @ 12,21 SAY "court:"
  21. @ 12,29 GET court
  22. @ 13,14 SAY "cause number:"
  23. @ 13,29 GET cause_nmbr
  24. @ 15,3 SAY "other attorney or party:"
  25. @ 15,29 GET opa
  26. @ 16,17 SAY "his phone:"
  27. @ 16,29 GET opa_phone
  28. @ 18,23 SAY "___________________________________"
  29. @ 19,22 SAY "|                                   |"
  30. @ 20,22 SAY "| TO EXIT: PRESS CONTROL-END        |"
  31. @ 21,22 SAY "|           OR CONTROW-W            |"
  32. @ 22,22 SAY "|___________________________________|"
  33.